Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: Just Run ASPNET_REGIIS -i for asp/iis server fix


Message #1 by "James Barauskas" <tek4urpc@a...> on Fri, 24 Jan 2003 19:43:44
I see many people have had the problem I did, things not running correctly 
off of iis server because IIS was installed after .NET.

Don't bother checking in IIS just open a command prompt and go to:

/microsoft.net/framework/v1.0.3705  directory

once there, type in->    aspnet_regiis -i

this will reinstall the current version of asp.net and attach to the 
isapi.dll.

if you like, type aspnet_regiis without the -i first to see the switches 
list before you actually do it. 

It takes 5 seconds and fixes all .net asp server issues regarding ASP/ATL 
debug errors, and no asp showing in browser etc etc.

as far as Auhentication issues, you are on your own  :)


my contribution
peace
James


Message #2 by "Jerry Lanphear" <jerrylan@q...> on Fri, 24 Jan 2003 12:58:32 -0700
James,

I wish that this did fix all of those issues.  It does not.  For some
people yours is the solution, but for others SP2 must be installed in
order to solve the problem. Of course, installing SP2 has its own set of
issues.
Also an issue is the machine.config file.  If someone has fooled around
with that, no amount of registering will fix it. I got mine to work
originally by deleting the machine.config file and allowing SP2 to
create me a new one.  

Regards

-----Original Message-----
From: James Barauskas [mailto:tek4urpc@a...] 
Sent: Friday, January 24, 2003 7:44 PM
To: aspx_beginners
Subject: [aspx_beginners] Just Run ASPNET_REGIIS -i for asp/iis server
fix

I see many people have had the problem I did, things not running
correctly 
off of iis server because IIS was installed after .NET.

Don't bother checking in IIS just open a command prompt and go to:

/microsoft.net/framework/v1.0.3705  directory

once there, type in->    aspnet_regiis -i

this will reinstall the current version of asp.net and attach to the 
isapi.dll.

if you like, type aspnet_regiis without the -i first to see the switches

list before you actually do it. 

It takes 5 seconds and fixes all .net asp server issues regarding
ASP/ATL 
debug errors, and no asp showing in browser etc etc.

as far as Auhentication issues, you are on your own  :)


my contribution
peace
James





Message #3 by "James Barauskas" <tek4urpc@a...> on Fri, 24 Jan 2003 23:42:07
Jerry

I appreciate your comments. I didn't mean to imply that the fix I 
suggested was a "fix-all" because it is not. We are actually both talking 
about the same issue...how,when,where things are installed. Seems to me 
the key is to have OS and IIS installed tight first, then vs.net, the sp2 
and all should (should) be cool, at least that is how I see it.

Anyway, my post was informational and not intended to start a debate, but 
as I said, I appreciate your comments! I am really concerned with my other 
post - PUSHING DATA from server to web page without a web page request! :) 

all help/suggestions/comments welcome
Please see other post

THANKS IN ADVANCE
James
Message #4 by "Alex Smotritsky" <alex.smotritsky@v...> on Fri, 24 Jan 2003 18:34:32 -0500
It doesn't fix all debugging errors, I still get an error when trying to
debug an asp.net app:

Error while trying to run project: Unable to start debugging on the web
server. You do not have permissions to debug the server. Verify that you
are a member of the 'Debugger Users' group on the server. Would you like
to disable future attempts to debug ASP.NET pages for this project?

I've made sure that everyone and everything is a member of debugger
users to no avail.


-----Original Message-----
From: James Barauskas [mailto:tek4urpc@a...] 
Sent: Friday, January 24, 2003 7:44 PM
To: aspx_beginners
Subject: [aspx_beginners] Just Run ASPNET_REGIIS -i for asp/iis server
fix


I see many people have had the problem I did, things not running
correctly 
off of iis server because IIS was installed after .NET.

Don't bother checking in IIS just open a command prompt and go to:

/microsoft.net/framework/v1.0.3705  directory

once there, type in->    aspnet_regiis -i

this will reinstall the current version of asp.net and attach to the 
isapi.dll.

if you like, type aspnet_regiis without the -i first to see the switches

list before you actually do it. 

It takes 5 seconds and fixes all .net asp server issues regarding
ASP/ATL 
debug errors, and no asp showing in browser etc etc.

as far as Auhentication issues, you are on your own  :)


my contribution
peace
James



Message #5 by "James Barauskas" <tek4urpc@a...> on Sat, 25 Jan 2003 12:31:23
"You do not have permissions to debug the server."

But at least your machine attempted to run debugging! Mine didn't as well 
as many others I see in these groups, and that's what the fix I mentioned 
was for...errors not being able to start debugging on the server!

sorry to have tried to help people

later
Message #6 by "Rohit Arora" <rohit_arora@i...> on Mon, 27 Jan 2003 09:53:15 +0530
To fix this error, when u create a webproject just give ur machine ip
instead of localhost. Or go to browser, internet options, security tab,
local intranet option..custom level button, the last option -- logon, select
Automatic logon on Intranet. And here u go ur problem is solved.

I wish if someone, could document all these errors and most probable
solution at one place in this forum..a gr8 help.But things never happen as u
wish..

peace
rohit

-----Original Message-----
From: Alex Smotritsky [mailto:alex.smotritsky@v...]
Sent: Saturday, January 25, 2003 5:05 AM
To: aspx_beginners
Subject: [aspx_beginners] RE: Just Run ASPNET_REGIIS -i for asp/iis
server fix


It doesn't fix all debugging errors, I still get an error when trying to
debug an asp.net app:

Error while trying to run project: Unable to start debugging on the web
server. You do not have permissions to debug the server. Verify that you
are a member of the 'Debugger Users' group on the server. Would you like
to disable future attempts to debug ASP.NET pages for this project?

I've made sure that everyone and everything is a member of debugger
users to no avail.


-----Original Message-----
From: James Barauskas [mailto:tek4urpc@a...]
Sent: Friday, January 24, 2003 7:44 PM
To: aspx_beginners
Subject: [aspx_beginners] Just Run ASPNET_REGIIS -i for asp/iis server
fix


I see many people have had the problem I did, things not running
correctly
off of iis server because IIS was installed after .NET.

Don't bother checking in IIS just open a command prompt and go to:

/microsoft.net/framework/v1.0.3705  directory

once there, type in->    aspnet_regiis -i

this will reinstall the current version of asp.net and attach to the
isapi.dll.

if you like, type aspnet_regiis without the -i first to see the switches

list before you actually do it.

It takes 5 seconds and fixes all .net asp server issues regarding
ASP/ATL
debug errors, and no asp showing in browser etc etc.

as far as Auhentication issues, you are on your own  :)


my contribution
peace
James





Message #7 by "Rohit Arora" <rohit_arora@i...> on Mon, 27 Jan 2003 09:55:53 +0530
Hey James,

Dont get so furious..after all this is Microsoft tech., u never know whatz
the right way..but atleast u tried to help..alwayz jes give ur best n leave
the rest to destiny

peace
rohit

-----Original Message-----
From: James Barauskas [mailto:tek4urpc@a...]
Sent: Saturday, January 25, 2003 12:31 PM
To: aspx_beginners
Subject: [aspx_beginners] RE: Just Run ASPNET_REGIIS -i for asp/iis
server fix



"You do not have permissions to debug the server."

But at least your machine attempted to run debugging! Mine didn't as well
as many others I see in these groups, and that's what the fix I mentioned
was for...errors not being able to start debugging on the server!

sorry to have tried to help people

later


  Return to Index