473,322 Members | 1,408 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,322 software developers and data experts.

configuration problem

Hi All,
I have installed .net on a machine .Before that i
reinstalled iis,IE(6.0) .But after installing When i run
ASp.net i get the Below values in browser.But When i view
source code of that page it shows all the form objects
(html code view)here is the content in browser out put
************************************************** ***

essionID=version=7.0;autoattachclsid=%7B70F65411-FE8C-4248-
BCFF-701C8B2F4529%7D;machine=%22RD01%22;session=%
7B0DFF3C9F-6420-4D52-B009-A43F60A8EFFE%7D;EngineFilter=%
7B449EC4CC-30D2-4032-9256-EE18EB41B62B%
7D;StartPageUrl=x104x116x116x112x58x47x47x108x111x 99x97x108
x104x111x115x116x47x102x102x102x102x102x47x87x101x 98x70x111
x114x109x49x46x97x115x112x120/LM/w3svc/1/root/fffff
Accept: */* Connection: Keep-Alive Host: localhost User-
Agent:
Microsoft-Visual-Studio.NET/7.00.9466 Authorization:
Negotiate
TlRMTVNTUAADAAAAAAAAAEAAAAAAAAAAQAAAAAAAAABAAAAAAA AAAEAAAAA
AAAAAQAAAAAAAAABAAAAABcKAoE==
Content-Length: 356 Content-Type:
application/x-www-form-urlencoded Command: start-debug
Cache-Control: no-cache Negotiate CGI/1.1
Microsoft-Visual-Studio.NET/7.00.9466 off 1 /LM/W3SVC

************************************************** ***

Could u tell me Something.
Thanx in advance,
Nitu Dua
Nov 17 '05 #1
2 1378
From your .Net version directory, run the command-line tool
"aspnet_regiis.exe -i" to set up ASP.Net on IIS.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
The more I learn, the less I know.

"nitu" <ni******@fqsltd.com> wrote in message
news:01****************************@phx.gbl...
Hi All,
I have installed .net on a machine .Before that i
reinstalled iis,IE(6.0) .But after installing When i run
ASp.net i get the Below values in browser.But When i view
source code of that page it shows all the form objects
(html code view)here is the content in browser out put
************************************************** ***

essionID=version=7.0;autoattachclsid=%7B70F65411-FE8C-4248-
BCFF-701C8B2F4529%7D;machine=%22RD01%22;session=%
7B0DFF3C9F-6420-4D52-B009-A43F60A8EFFE%7D;EngineFilter=%
7B449EC4CC-30D2-4032-9256-EE18EB41B62B%
7D;StartPageUrl=x104x116x116x112x58x47x47x108x111x 99x97x108
x104x111x115x116x47x102x102x102x102x102x47x87x101x 98x70x111
x114x109x49x46x97x115x112x120/LM/w3svc/1/root/fffff
Accept: */* Connection: Keep-Alive Host: localhost User-
Agent:
Microsoft-Visual-Studio.NET/7.00.9466 Authorization:
Negotiate
TlRMTVNTUAADAAAAAAAAAEAAAAAAAAAAQAAAAAAAAABAAAAAAA AAAEAAAAA
AAAAAQAAAAAAAAABAAAAABcKAoE==
Content-Length: 356 Content-Type:
application/x-www-form-urlencoded Command: start-debug
Cache-Control: no-cache Negotiate CGI/1.1
Microsoft-Visual-Studio.NET/7.00.9466 off 1 /LM/W3SVC

************************************************** ***

Could u tell me Something.
Thanx in advance,
Nitu Dua

Nov 17 '05 #2
From your .Net version directory, run the command-line tool
"aspnet_regiis.exe -i" to set up ASP.Net on IIS.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
The more I learn, the less I know.

"nitu" <ni******@fqsltd.com> wrote in message
news:01****************************@phx.gbl...
Hi All,
I have installed .net on a machine .Before that i
reinstalled iis,IE(6.0) .But after installing When i run
ASp.net i get the Below values in browser.But When i view
source code of that page it shows all the form objects
(html code view)here is the content in browser out put
************************************************** ***

essionID=version=7.0;autoattachclsid=%7B70F65411-FE8C-4248-
BCFF-701C8B2F4529%7D;machine=%22RD01%22;session=%
7B0DFF3C9F-6420-4D52-B009-A43F60A8EFFE%7D;EngineFilter=%
7B449EC4CC-30D2-4032-9256-EE18EB41B62B%
7D;StartPageUrl=x104x116x116x112x58x47x47x108x111x 99x97x108
x104x111x115x116x47x102x102x102x102x102x47x87x101x 98x70x111
x114x109x49x46x97x115x112x120/LM/w3svc/1/root/fffff
Accept: */* Connection: Keep-Alive Host: localhost User-
Agent:
Microsoft-Visual-Studio.NET/7.00.9466 Authorization:
Negotiate
TlRMTVNTUAADAAAAAAAAAEAAAAAAAAAAQAAAAAAAAABAAAAAAA AAAEAAAAA
AAAAAQAAAAAAAAABAAAAABcKAoE==
Content-Length: 356 Content-Type:
application/x-www-form-urlencoded Command: start-debug
Cache-Control: no-cache Negotiate CGI/1.1
Microsoft-Visual-Studio.NET/7.00.9466 off 1 /LM/W3SVC

************************************************** ***

Could u tell me Something.
Thanx in advance,
Nitu Dua

Nov 17 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: serge calderara | last post by:
dear all, I have problem accessing section group in my configuration application file. I got an error saying thta I can have only one section ???? here is my application configuration looks...
3
by: Robert | last post by:
I have an application with custom configuration sections in it's app.config file. Here's a shortened excerpt: <monitors> <monitor...
3
by: Florida Coder | last post by:
I have the need to store some application specific configuration data to be used by a class library and or a windows service. I would like to do this in a fashion similar to the way we do with...
6
by: chokk | last post by:
All, I am getting the following error when I try to run a form page. Can someone tell me what this is about and show me how to fix it. Thnaks. Server Error in '/' Application...
2
by: Terry Holland | last post by:
I posted a follow up to an earlier post but did not receive response so here it is again (with original post and response) > This could be because you are running the index service over this web...
0
by: Jorgas | last post by:
Hi! I try to use the configuration application block from the Enterprise Library and have done prework as specified from one of the hands-on labs from that package. When trying to get...
10
by: Rider | last post by:
Hi, simple(?) question about asp.net configuration.. I've installed ASP.NET 2.0 QuickStart Sample successfully. But, When I'm first start application the follow message shown. ========= Server...
0
by: metaperl | last post by:
A Comparison of Python Class Objects and Init Files for Program Configuration ============================================================================= Terrence Brannon bauhaus@metaperl.com...
7
by: Arno R | last post by:
Hi all, I am sending mail from my apps with CDO nowadays. However I have one client where this will not work until now. I am thinking this is related to the provider where the client has his...
3
by: Mike | last post by:
Hi I have problem as folow: Caught Exception: System.Configuration.ConfigurationErrorsException: An error occurred loading a configuration file: Request for the permission of type...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.