 |
| ASP.NET 2.0 Professional If you are an experienced ASP.NET programmer, this is the forum for your 2.0 questions. Please also see the Visual Web Developer 2005 forum. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the ASP.NET 2.0 Professional section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|

April 10th, 2007, 05:32 PM
|
|
Registered User
|
|
Join Date: Dec 2006
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
How to open IIS console from "Start-Run" menu
Hi,
I love opening computer management console from "Start-run menu" by typing compmgmt.msc from Start menu-Run , type compmgmt.msc
But that opens all consoles. Is there any way I can just open IIS console using any kind of command like IIS.msc or something?
Thanks in advance
|
|

April 10th, 2007, 05:48 PM
|
|
Wrox Author
|
|
Join Date: Oct 2005
Posts: 4,104
Thanks: 1
Thanked 64 Times in 64 Posts
|
|
By typing IIS.MSC no, you actually have to type the path to the snap-in so you have to run this command to start the IIS MMC:
mmc %systemroot%\system32\inetsrv\iis.msc
or just
%systemroot%\system32\inetsrv\iis.msc
hth
================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
^^Took that from planoie's profile^^
^^Modified text taken from gbianchi profile^^
================================================== =========
Technical Editor for: Professional Search Engine Optimization with ASP.NET
http://www.wiley.com/WileyCDA/WileyT...470131470.html
================================================== =========
Why can't Programmers, program??
http://www.codinghorror.com/blog/archives/000781.html
================================================== =========
|
|

April 10th, 2007, 07:43 PM
|
 |
Friend of Wrox
|
|
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
|
|
Why not just copy the graphical shortcut to the IIS management console from administrative tools directly to your start menu. Then instead of "Start -> Run...type type type type" you can just do "Start -> IIS Console". Better yet you could even assign a windows shortcut key combination to the iis console shortcut and start it up with a single key chord. I have more than half a dozen commonly used programs runnable at my fingertips.
- Peter
|
|

April 12th, 2007, 01:12 AM
|
|
Registered User
|
|
Join Date: Sep 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hey Just type InetMgr as the run prompt
suresh
|
|

June 23rd, 2012, 10:10 PM
|
|
Registered User
|
|
Join Date: Jun 2012
Posts: 7
Thanks: 1
Thanked 0 Times in 0 Posts
|
|
I'm on the last chapter of Beg. ASP.Net 4 (deploying your site, stuck on pg. 715).
I'm typing: inetmgr and I'm not getting anything. I've done a search for INetMgr w/ no results. The exersizes in the preceeding sections seemed to work fine: Turn windows features on or off (IIS > WWW Services > App Dev. > checked asp.net), then the 'aspnet_regiis - i' command took fine (logged in as admin).
FYI: I have Win Vista Home Premium SR2.
|
|

June 24th, 2012, 04:40 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Hi there,
Sounds like IIS is not installed completely or correctly. Which options did you choose when installing IIS other than ASP.NET? Did you also install the Management tools?
Do you have something like IIS Manager or Internet Information Services Manager in your Start Menu or Administrative tools section of Control Panel?
Imar
|
|
The Following User Says Thank You to Imar For This Useful Post:
|
|
|

June 24th, 2012, 03:13 PM
|
|
Registered User
|
|
Join Date: Jun 2012
Posts: 7
Thanks: 1
Thanked 0 Times in 0 Posts
|
|
Thanks, Imar! Yes, I didn't know to load the management tools. It's now there.. Thanks again,
|
|

June 24th, 2012, 08:02 PM
|
|
Registered User
|
|
Join Date: Jun 2012
Posts: 7
Thanks: 1
Thanked 0 Times in 0 Posts
|
|
I finished the last chapter in beg. asp.net 4 book, however, after setting the default website / default.aspx in inetmgr, and after going through setting the security levels for the Release folder, when I open up http://localhost, it correctly opens default.aspx, however, none of the styling is showing, and the graphics in the banner is not showing either. All the words are there, and the databases appear to work, as I could login / add a new album, etc.
Any ideas?
|
|

June 25th, 2012, 02:47 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
This sounds like a permissions issue to me, where anonymous users are not allowed to access the Themes folders.
How did you configure security at the disk level? Did you enable Forms authentication in web.config? Can you post the code for web.config?
Does this happen with the book's source from Chapter 19 as well?
If none of this helps, can you post a) the full HTML for the page in the browser and b) the address of the page in the browser?
Imar
|
|
 |