•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the ASP.NET section within the Web Development category of DaniWeb, a massive community of 373,915 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,653 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our ASP.NET advertiser: Lunarpages ASP Web Hosting
Views: 3710 | Replies: 13
![]() |
•
•
Join Date: Nov 2005
Location: Mountain View, CA
Posts: 47
Reputation:
Rep Power: 3
Solved Threads: 1
•
•
•
•
Originally Posted by campkev
after you downloaded and installed the 1.1 framework, did you register asp.net in iis?
instructions are here
Hi Kev,
It will automatically register the ASP.Net to IIS unless otherwise in some scenarios.
If it doesn't register, then it throws up the error message when we call the .aspx page. But here he is getting the blank page, it means that .net framework is registered to IIS.
Thanks,
Kedar
And this solves the problem of it not working how?
•
•
•
•
Originally Posted by kedar_challa
Hi Aarya,
Here u have to consider the difference between ASP and ASP.Net
ASP is just a scritping language where as ASP.Net is a language.
ASP pages are ineterpreted at rumtime. But, ASP.Net pages are compiled into MSIL at the compile time. When the request hits that page then MS Jitter generates the machine specific code.
Here, in your code you are using the ASP.Net server control calander.So, the code must be compiled first before u run it.
Thanks,
Kedar
Assistant Manager, Regional Pharmacy Information Systems
TLC Services Website (Under Construction)
Updated : ASP.Net Login Code
TLC Services Website (Under Construction)
Updated : ASP.Net Login Code
•
•
Join Date: Nov 2005
Location: Mountain View, CA
Posts: 47
Reputation:
Rep Power: 3
Solved Threads: 1
•
•
•
•
Originally Posted by Paladine
And this solves the problem of it not working how?
Im sorry. I thought some code behind file will be there.
Im not sure but may be the client script is not registered
•
•
•
•
1.Click Start, click Run, type cmd, and then click OK. 2.At the command prompt, type the following command, and then press ENTER: %windir%\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis –c
3.Type exit, and press ENTER to close the Command Prompt window.
Thanks,
Kedar
I am also a little curious as to have you saved the file. Did you save it as an HTM or HTML file typ? That produces a blank page.
And you are navigating to is in the browser as this example shows : http://localhost/Test2.aspx Where Test2.aspx is the name of the file with the code you provided.
Hope this helps. Let us know how you made out with this problem so we can mark it as resolved.
Thanks
And you are navigating to is in the browser as this example shows : http://localhost/Test2.aspx Where Test2.aspx is the name of the file with the code you provided.
Hope this helps. Let us know how you made out with this problem so we can mark it as resolved.
Thanks
Assistant Manager, Regional Pharmacy Information Systems
TLC Services Website (Under Construction)
Updated : ASP.Net Login Code
TLC Services Website (Under Construction)
Updated : ASP.Net Login Code
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb ASP.NET Marketplace
•
•
•
•
- Javascript links not working (Web Browsers)
- Page_Load never called when I browse to my aspx page (ASP.NET)
- Sound driver not working (Windows 9x / Me)
- get an error while viewing .aspx page (ASP.NET)
Other Threads in the ASP.NET Forum
- Previous Thread: hide checkbox when field value is null
- Next Thread: How to auto increment?


Linear Mode