Problem in server configuration
-
Hi All, I have hosted my asp.net 2.0 project in a general webserver where we have found a lot of problem like session expiry, view state, machine key etc. To execute my project on such server I had to do configuration which is required for asp.net project running on web farm. so I thought my server could be web farm. But the server guy has confirmed that they have not done any cofiguration for web farm and they say its a simple web server. I am totally confused if my server is not web farm then why its need configuration like web farm. why my code is not running there. Any body can suggest me whats wrong I am doing. Any help would be highly appriciable. Thanks Rohit
-
Hi All, I have hosted my asp.net 2.0 project in a general webserver where we have found a lot of problem like session expiry, view state, machine key etc. To execute my project on such server I had to do configuration which is required for asp.net project running on web farm. so I thought my server could be web farm. But the server guy has confirmed that they have not done any cofiguration for web farm and they say its a simple web server. I am totally confused if my server is not web farm then why its need configuration like web farm. why my code is not running there. Any body can suggest me whats wrong I am doing. Any help would be highly appriciable. Thanks Rohit
You just need a Windows Hosting with ASP.Net 2.0 nothing special, Do you know wether you have windows hosting with ASP.Net 2.0 ? because if its just simple HTML hosting or Linux hosting, you cannot run ASP.Net application on it. What kind of problems you are facing ? List out the exact error messages here.
-
You just need a Windows Hosting with ASP.Net 2.0 nothing special, Do you know wether you have windows hosting with ASP.Net 2.0 ? because if its just simple HTML hosting or Linux hosting, you cannot run ASP.Net application on it. What kind of problems you are facing ? List out the exact error messages here.
we have a dedicated server windows 2003 and all required software for asp.net project is installed. we have used .net 2008 provided Ajax which doesnot work there gives the javascript error "sys is undefined" but when I specified the machine key on web.config then its works. We got the error about the view state we had to made the enableledViewStateMAC to false in web.config. We got the session expire problem in "InProc" case which was solved when i used StateServer I just dont understand what wrong i did there.