| Conversion Problem: Beta2 to RC1 (2 replies) |
| ASPFriends.com 'aspngconfig' list |
| Copied from [aspngvs] to [aspngconfig] by Charles Carroll darthcarroll@asplists.com I'm in the process of converting our work in process project to RC1 (the PDC release) and the first thing that I ran into is this fuzzy little problem in web.config. I have no clue what to look for since the RC1 documentation is a little sparse at this time, so any help is greatly appreciated... This is what comes ... |
|
| Session Magmt (2 replies, VIP) |
| ASPFriends.com 'aspngconfig' list |
| Hi, Can anybody tell how to maintain Session in WebServices? I have two web services running. Now in my client when I call the first web service, the web service creates an instance of certain component. and stores the same in a Session Object. But I'm not able to refer to the Session object when i call the second web method. The session object returns null.. can anybody have an answer for this???... |
|
| WebService Session State in .Net Beta2 (2 replies) |
| ASPFriends.com 'aspngconfig' list |
| Moved from [aspngarchitecture] to [aspngconfig] by Charles M. Carroll darthcarroll@asplists.com Hi, Can anyone tell me the procedure for maintaining Session for different WebMethods in the same WebService using .Net Beta2. We have a Web Client requesting different web methods of our webservice.Now if the client makes a request to other WebMethod of the same WebService it takes it as a different se... |
|
| need help configuring trusted connection between SQL2K and IIS... (2 replies, VIP) |
| ASPFriends.com 'aspngconfig' list |
| Moved from [aspserver] to [aspngconfig] by Charles Carroll darthcarroll@asplists.com This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. B 3087890382 14619188 Content type: text/plain; charset "US ASCII" Content transfer encoding: 7bit i haven't been able to find a good reference on how to setup a domain user accou... |
|
| .NET 247 - Today's Special: More Autodeployment (3 replies) |
| ASPFriends.com 'aspngconfig' list |
| Copied from [aspngcommunity] to [aspngconfig] by Charles M. Carroll darthcarroll@asplists.com Hi All, Those regular readers of "Today's Special" will know that I'm very fond of .NET's automatic deployment. We've covered this topic before, but Egg Head Cafe is running another article that illustrates the basics. http://www.dotnet247.com/247reference/articles/0/2366.aspx On MSDN, Dr. GUI's latest ar... |
|
| server too busy (2 replies, VIP) |
| ASPFriends.com 'aspngconfig' list |
| Apparently we have a client with "bad" code that is causing ASP.Net requests to queue. Once the requests reach the queue limit, the server returns the error "server too busy" but it doesn't recycle the process like it should. Has anyone else seen this? Is there a way to make the Queue limit work properly? Below is the process model setting. processModel enable "true" timeout "Infinite" idleTimeout... |
|
| Retail Binaries and Debug Binaries (3 replies, VIP) |
| ASPFriends.com 'aspngconfig' list |
| Can any one explain me the difference between Retail Binaries and Debug Binaries, which we use in the debug attribute of compilation tag ? Thanks, Das. |
|
| ASP vs ASP Premium (5 replies) |
| ASPFriends.com 'aspngconfig' list |
| Can someone clear up the following 1) at RTM, will there still be a differentiation between Premium and non Premium versions of ASP or will they be folded together? What about the RC1 version? I'm mostly interested in output caching. 2) can you install the RC1 version of the framework, and develop against it using Beta2 VS Enterprise? Thanks Bob Get your FREE download of MSN Explorer at http://exp... |
|
| Problems with cookieless mode for sessions (5 replies) |
| ASPFriends.com 'aspngconfig' list |
| Hi, I am setting up an application to store some Session variables and I am having a problem with the cookieless mode. Another person on this list was having the same problem about 8 months ago and the responses were that it should work. Any ideas why it doesn't? "I added the sessionstate tag to the config.web file and everything works fine if cookieless is set to false. I want to use the Session ... |
|