|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
IIS not recognizing asp controls
Hi! I get "unterminated string constant" errors when I run very simple .aspx pages through localhost.
I have the following aspx page I am using as a test (very simple): <%@ Page Language="VB" %> <script runat="server"> </script> <html> <head> </head> <body> <form runat="server"> <p> <asp:CheckBox id="CheckBox1" runat="server"></asp:CheckBox> </p> <p> </p> <p> Test Text </p> <!-- Insert content here --> </form> </body> </html> Now, I see "Test text" but I do not get the checkbox. When I run the file in WebMatrix, everything is fine. But not in localhost. I can get html files fine through localhost. Does anyone have any suggestions? I am using windows XP Pro. I would appreciate ANY help at all. Thanks! ) |
|
#2
|
||||
|
||||
|
have you registered the .NET framework with IIS, by running aspnet_regiis -i???
|
|
#3
|
|||
|
|||
|
well...
Thank you so much!
Three days' worth of headsmashing, and you cured it in 10 minutes. Thank you so much!! ![]() |
![]() |
| Viewing: ASP Free Forums > System Administration > Microsoft IIS > IIS not recognizing asp controls |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|