Server Events not got fired in Virtual Directory
I am having a sample application developed in .Net. I had created a Virtual directory for that. i want to access my application in another system ( The s开发者_JAVA技巧ource code will not be in that system ),using my local IP.
Like this..... http://xxx.xx.xx.120/Development/Login.aspx
Now its working in another system. But the server events are not firing ( for ex - The data not getting saved in database ). I had given the connection string in my aspx page itself
How to fix this...
If you are using IIS, make sure it's more than just a Virtual Directory. It has to be an Application within IIS. This may help, if that is indeed your problem.
精彩评论