1
vote
IE6 security login (debugging via VirtualPC)
It sounds like you need to allow anonymous users. Can you connect from other machines on your network?
Try changing your virtual directory's authentication settings, so that anonymous users …
1
vote
Jquery asp.net Button Click Event via ajax
I like Gromer's answer, but it leaves me with a question: What if I have multiple 'btnAwesome's in different controls?
To cater for that possibility, I would do the following:
…
0
votes
Have both HTML and ASPX web page in one site
If you're running an ASP.NET in a Virtual Directory in IIS, you need to configure it as an application. To do this:
Open up IIS Manager (if you have Administrative Tools in your Start …
