Ask a Question related to ASP.NET Security, Design and Development.
-
Sathish Elango via DotNetMonster.com #1
An attempt was made to perform an unauthorized registry operation
Hi,
I am trying to develop a web application from VS.net 2003 for Sharepoint Search in my page.
topology = new TopologyManager();
portal = topology.PortalSites[new Uri("http://localhost:8080/personal/sathishe/")];
context = PortalApplication.GetContext(portal);
My Application is running on 81 port.With that if i rry to run it, it's throwing the error "An attempt was made to perform an unauthorized registry operation". if i given server name and database name in TopologyManager class. Again it throwing error
" Login failed for user 'NT AUTHORITY\NETWORK SERVICE'"
I don't know how it can be solved.It is problem with iis virtual server port or some other configuration needed for it.Please help me to solve this problem.
Advance Thanks
Regards
Sathish
--
Message posted via [url]http://www.dotnetmonster.com[/url]
Sathish Elango via DotNetMonster.com Guest
-
ASP.NET: 401 (Unauthorized) error
My distributed app has the following cofiguration: My machine is not networked and I use localhost on IIS as a Web container. On localhost I... -
Web Service & 401: Unauthorized
so post what you did -
HTTP Error 401: Unauthorized
Hi all, Sorry if you had this one before, but I hope you can help. I'm running VS.NET 2003 on a Windows Server 2003 Standard Edition. The server... -
401 Unauthorized when using DefaultCredentials
Hi all I hope this is the right newsgroup. I'm having a hard time making a web request from an authenticated process. Here's the scenario Managed... -
A possible cause of this error is insufficient access rights to perform the operation. You can manually configure the application root ...
Hello everybody: I got this error creating ASP.NET projects. The configuration is the following. WorkStation - Windows2000 & VS.NET 2003... -
Kaj Bonfils via DotNetMonster.com #2
Re: An attempt was made to perform an unauthorized registry operation
I had the same problem. I solved it by using the Sharepoint AppPool for my
website. I can't explain why it solved the problem, but i did work.
Good luck
Kaj
--
Message posted via [url]http://www.dotnetmonster.com[/url]
Kaj Bonfils via DotNetMonster.com Guest



Reply With Quote

