Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

problem in installing websetup

Hi all,
I have made a web application in asp.net.I have installed .net framework 1.1 on another system where i want to run my application.Everything is fine, i have done all things successfully but when i give the URL http://localhost/websetup1/home.aspx then i just get the text of the labels written in the upper left corner of the web page.thats it.i get no textboxes,no links, nothing...only text....
Can anybody help why this is so?
Thanx
Shupi
[466 byte] By [shupi] at [2007-11-11 7:40:14]
# 1 Re: problem in installing websetup
http://support.microsoft.com/kb/325093/EN-US/

In the future, please post ASP.NET questions to the ASP.NET Forum. Thanks!
Phil Weber at 2007-11-11 23:13:35 >
# 2 Re: problem in installing websetup
sorry for the inconvenience
shupi
shupi at 2007-11-11 23:14:35 >
# 3 Re: problem in installing websetup
This problem was probably due the non registering with .net framework.now i have registered my application with .net....
Now i am getting the error
Server application unavailable.
shupi at 2007-11-11 23:15:45 >
# 4 Re: problem in installing websetup
I got the solution

1. Locate machine.config (try
C:\WINNT\Microsoft.NET\Framework\v1.0.3705\CONFIG).
2. Open machine.config in Notepad or other text editor.
3. Search for this string: "<processModel"
4. In the processModel element, change userName="machine" to
userName="SYSTEM"
5. Save the file and exit.
6. In the Run box (Start > Run) execute this command: iisreset.exe .
shupi at 2007-11-11 23:16:46 >