My codebehind file (.aspx.cs) will not load. When I post my web application everything works except the actual code in the .cs file. I mean that when tou press the button it will not execute the code.
If anyone can help me, please do!
Thanks!
the button have runat=server?Hello,
Is the page being refreshed (postback)?
If yes then go to your code and double click on the button to create the event handler again, then recompile.
If not then tell me to help you sorting that out.
regards
fastlearner wrote:
My codebehind file (.aspx.cs) will not load. When I post my web application everything works except the actual code in the .cs file. I mean that when tou press the button it will not execute the code.
If anyone can help me, please do!
Thanks!
Have you fully compiled your project and deployed the bin directory to your web server?
The page is not beeing refreshed!
The .cs file is probably not beeing loaded at all by the compiler, or second .dll doesn't inherit from the first.
Thanks.
Hello,
1) Try to run your application in different browser (FireFox)
2) execute this C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -c
regards
Thanks for all your help.
It seems my problem was an improper configuration of the IIS to use ASP.net
Regards
What was the problem? and what you did to solve it?
regards
0 comments:
Post a Comment