debugging web application from Internet Explorer

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

If I'm running a web application from my web server (//localhost) and I
decide to modify the code with Notepad (mypage.aspx.cs), how can I tell the
browser to load the last correction I made?
I jut realized that, even if I made some changes to the code, I get the same
error I did before (eg. I deleted all the code from a button event but I get
the same exact error).

How come?
Thanks,
VM
 
VM,

You will have to recompile your web app. The ASP.NET runtime takes into
account when the ASPX pages are changed, not the code-behind files, I
believe.

Hope this helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top