Publish Website at IIS not being administrator

  • Thread starter Thread starter CFTK
  • Start date Start date
C

CFTK

Hi!
I want to publish my Website at my IIS, the problem is that I cannot
be given administrator permission and I get several error messages such
as:

"Failed to access IIS metabase"
"Mutex could not be created"
or
"Server Application Unavailable"
after following several tips to avoid those two first messages
according to posts in forums...

Does anybody know any way to do it without being administrator???


Thanks a lot
 
OK, this is what we have got; we can do it in two ways:
1. Creating the Website directly at wwwroot, what gives it the
corresponding permission
2.Creating the Website under FileSystem . Create a virtualdirectory
under IIS pointing to our Website folder. Give permission to the ASPNET
user over that folder.

That´s the way it worked for us. Is that the correct way?

thanks


P.D: By the way, we have as predetermined file our Default.aspx;
however it doesn´t arrive to it unless you type it explicitly at the
url. ( and I must say it has worked before...) have you any idea of
what could be happening?
 
Back
Top