473,657 Members | 2,707 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Error when trying to use ASP.Net Web Administration Tool

Hello!

I've just donwloaded February 2005 Community Technical Preview Release
of both Web Developer Express and Sql Server Express and when I'm in
Web developer express goes to the menu item Website > ASP Configuration
I'm taken to the ASP.Net Web Administration Tool and this message is
showed to me:

"Access is denied for the application you are attempting to
administer."

Anyone who knows what can cause this? What can I do?

Thanks in advance!

Nov 19 '05 #1
8 1787
Which port are you using ?
Are you connecting via SSL ?

Try
https://localhost:8098/default.asp

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
=============== =======

<ma************ *@gmail.com> wrote in message
news:11******** **************@ o13g2000cwo.goo glegroups.com.. .
Hello!

I've just donwloaded February 2005 Community Technical Preview Release
of both Web Developer Express and Sql Server Express and when I'm in
Web developer express goes to the menu item Website > ASP Configuration
I'm taken to the ASP.Net Web Administration Tool and this message is
showed to me:

"Access is denied for the application you are attempting to
administer."

Anyone who knows what can cause this? What can I do?

Thanks in advance!

Nov 19 '05 #2
same problem here.

no SSL.

I have this problem since Beta 1.

Beta1 was OK, then I have uninstalled it and installed December edition (got
this problem). Now I uninstalled Dec. edition and installed Februar edition.
Problem still exists.

<ma************ *@gmail.com> schrieb im Newsbeitrag
news:11******** **************@ o13g2000cwo.goo glegroups.com.. .
Hello!

I've just donwloaded February 2005 Community Technical Preview Release
of both Web Developer Express and Sql Server Express and when I'm in
Web developer express goes to the menu item Website > ASP Configuration
I'm taken to the ASP.Net Web Administration Tool and this message is
showed to me:

"Access is denied for the application you are attempting to
administer."

Anyone who knows what can cause this? What can I do?

Thanks in advance!

Nov 19 '05 #3
Hello again, the url that Visual C# Express opens in the browser is:
http://localhost:52229/asp.netwebadminfiles/home1.aspx
I tried to change to 8098 instead of 52229 but that didn't help.

Just like Daniel I didn't have this problem in Beta 1 but now in the
February CTP I do.

Any more ideas? =) Or should I wait and hope that they've fixed it (if
theres anything to fix and it's not just me doing something wrong) in
Beta 2 thats coming soon.

Thanks in advance!

Nov 19 '05 #4
Try:
https://localhost:52229/asp.netwebadminfiles/home1.aspx

https:// is required


Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
=============== =======

"Lundberg" <ma************ *@gmail.com> wrote in message
news:11******** *************@f 14g2000cwb.goog legroups.com...
Hello again, the url that Visual C# Express opens in the browser is:
http://localhost:52229/asp.netwebadminfiles/home1.aspx
I tried to change to 8098 instead of 52229 but that didn't help.

Just like Daniel I didn't have this problem in Beta 1 but now in the
February CTP I do.

Any more ideas? =) Or should I wait and hope that they've fixed it (if
theres anything to fix and it's not just me doing something wrong) in
Beta 2 thats coming soon.

Thanks in advance!

Nov 19 '05 #5
I solved the problem :)

1) go to %WINDIR%\Micros oft.NET\Framewo rk\v2.0.xxxx\CO NFIG\
2) open web.config
3) search for <webSiteAdminis trationTool>
4) change line <allow roles="administ rators" applicationPath ="*" /> so
"roles" attribute matches your windows group for administrators. for example
you should change it to administratoren , if you have german version of
windows.

"Lundberg" <ma************ *@gmail.com> schrieb im Newsbeitrag
news:11******** *************@f 14g2000cwb.goog legroups.com...
Hello again, the url that Visual C# Express opens in the browser is:
http://localhost:52229/asp.netwebadminfiles/home1.aspx
I tried to change to 8098 instead of 52229 but that didn't help.

Just like Daniel I didn't have this problem in Beta 1 but now in the
February CTP I do.

Any more ideas? =) Or should I wait and hope that they've fixed it (if
theres anything to fix and it's not just me doing something wrong) in
Beta 2 thats coming soon.

Thanks in advance!

Nov 19 '05 #6
Woho!...but.... Argh! An errorr....

I'm using a Swedish Windows so It's proberbly Administratörer and the
ö seems to create a problem because it just disapears, even if its:

<allow roles="administ ratörer" applicationPath ="*" />

in the file the error message I get when trying to access the Admin
tool is:

<allow roles="administ ratrer" applicationPath ="*" />

They magicly removed the swedish letter! =/

Any ideas?

Sorry for being such a pain ;P Thanks once again for helping me!

Nov 19 '05 #7
I fixed it by using ö instead of ö writing:

<allow roles="administ ratörer" applicationPath ="*" />

I've got another problem, when I'm in the Admin tool and click on
provider > select single provider, I only have AspNetAccessPro vider and
no AspNetSQLProvid er, where have the sqlprovider gone? I'll start a new
thread on this problem.

Thanks for all the help :)

Nov 19 '05 #8
While using ö fixed *that* problem,
there's no telling when *other* similar problems will appear.

I'd suggest you use this in your web.config file :

<globalizatio n
fileEncoding="i so-8859-1"
requestEncoding ="iso-8859-1"
responseEncodin g="iso-8859-1"
culture="sv-SE"
uiCulture="sv-SE"/>

The last two are optional, only if you want dates,
times and currency settings to appear in swedish style,
but the threee encoding settings will prevent the problems
which arise out of the use of characters in the range 128-255.

best,

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
=============== =======

"Lundberg" <ma************ *@gmail.com> wrote in message
news:11******** **************@ g14g2000cwa.goo glegroups.com.. .
I fixed it by using ö instead of ö writing:

<allow roles="administ ratörer" applicationPath ="*" />

I've got another problem, when I'm in the Admin tool and click on
provider > select single provider, I only have AspNetAccessPro vider and
no AspNetSQLProvid er, where have the sqlprovider gone? I'll start a new
thread on this problem.

Thanks for all the help :)
Nov 19 '05 #9

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

Similar topics

1
1094
by: Chris Wheeler | last post by:
I'm having what seems to be a rather strange error. The VB program interacts with an Access Database with ODBC connection to a DB2 database, but doesn't really do anything too tricky (select statements, outputting formated text to text files, a single update query). However, the problem may not relate to that complexity. When I run the program within VB 2003 .Net environment, it works perfectly. When I run the compiled program from a...
2
2136
by: tshad | last post by:
This has been driving me crazy. I have been trying to get the error handling working on my system and can get parts of it working and others won't work at all. I found that you can't access session variables from Application_Error event, but I need to so I don't need to set up traces to see what they are during an error. I am emailing the error condition to myself when it happens.
2
2493
by: keithb | last post by:
Can someone suggest a course of action? Thanks, Keith Using the ASP.NET Website Administration tool to set up security, I get the following error message: An error was encountered. Please return to the previous page and try again. The following message may help in diagnosing the problem: Specified argument was out of the range of valid values. Parameter name: site at...
0
1652
by: Shimon Sim | last post by:
I have following error when I try to "Manage access rules". I am using my role provider and wanted to know if this could be caused by my code. Thanks. ------------------------------------------------------------------------------------------------------------- An error was encountered. Please return to the previous page and try again. The following message may help in diagnosing the problem: Specified argument was out of the range of...
3
13347
by: Ted | last post by:
In WSAT, I get the following error when trying to set up my provider: Could not establish a connection to the database. If you have not yet created the SQL Server database, exit the Web Site Administration tool, use the aspnet_regsql command-line utility to create and configure the database, and then return to this tool to set the provider. On Windows XP Pro, I am using MS Visual Studio 2005, and I am using the developer's edition of...
4
4738
by: freeflytim | last post by:
I'm trying to implement a custom MembershipProvider (and RoleProvider) together with a custom MembershipUser class in C#, Asp.Net 2.0, MS Visual Studio 2005. Everything has worked fine so far, all compiles, then I try to run the Website administration tool (WAT). I can bring up the main web page of the tool, but as soon as I click on 'Security', I get this error: Type is not resolved for member 'TC.Providers.TCMembershipUser,TC,...
3
4662
by: Junior | last post by:
Vista SP1 IIS7 I'm trying to configure web.config following MSDN docs but keep getting errors I don't know how to resolve.. <configuration> <!--error--> <appSettings file="AppSettings.config" /> <!--error--> <appSettings configSource="AppSettings.config"/>
1
3892
by: MC | last post by:
I had 2 folders I couldn't move or delete. Each had contained the executable from a console-mode Visual Studio 2008 C# application. On trying to move the folders I got the entirely misleading UAC pop-up "You'll have to provide administrator permission to move to this folder" and on giving permission, the operation nonetheless failed. On trying to delete them I was told a file was still open, although in one case I had already moved...
0
954
by: barracuda | last post by:
I get the following error when trying to go into the Application tab using the ASP.Net Configuration Tool: Server Error in '/asp.netwebadminfiles' Application. Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: The virtual path '/WebAdmin.master' maps to...
0
8305
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8825
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8503
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7324
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6163
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5632
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4151
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4302
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
1611
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.