473,383 Members | 1,788 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,383 software developers and data experts.

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 1781
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.googlegr oups.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.googlegr oups.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*********************@f14g2000cwb.googlegro ups.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%\Microsoft.NET\Framework\v2.0.xxxx\CONFIG\
2) open web.config
3) search for <webSiteAdministrationTool>
4) change line <allow roles="administrators" 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*********************@f14g2000cwb.googlegro ups.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="administratörer" applicationPath="*" />

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

<allow roles="administratrer" 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="administratörer" applicationPath="*" />

I've got another problem, when I'm in the Admin tool and click on
provider > select single provider, I only have AspNetAccessProvider and
no AspNetSQLProvider, 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 :

<globalization
fileEncoding="iso-8859-1"
requestEncoding="iso-8859-1"
responseEncoding="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.googlegr oups.com...
I fixed it by using ö instead of ö writing:

<allow roles="administratörer" applicationPath="*" />

I've got another problem, when I'm in the Admin tool and click on
provider > select single provider, I only have AspNetAccessProvider and
no AspNetSQLProvider, 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
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...
2
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...
2
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...
0
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....
3
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...
4
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,...
3
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...
1
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...
0
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...
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...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.