Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:517138
More Search Options
RSS Available
Matching Posts
Re: Getting IIS errors when compiling/running asp.net
Thanks for answering back Vivek. I went to IIS and deleted the VD and everything started working again on my development machine. However, when I am ready to put it on a server for other users, I don't how it will behave then ( I gather I will have to setup VD on the server?). As far as directory structure, the reason why I have it setup that way is because I may want to develop a window application using the facade, businessobjects etc... So I create a solution for each folder. Here is what my explorer
Posted to
Getting Started
(Forum)
by
nnnnnpatel
on 1/24/2007
Re: Getting IIS errors when compiling/running asp.net
Thanks for answering back Vivek. Yes did setup the virtual directory with application name. Here is my screen shot if IIS http://www.imagehangar.com/view.php?pic=large/23563100_1169488391.jpg here is my VS Explorer showing just one web.config in Web folder http://www.imagehangar.com/view.php?pic=large/59981200_1169488281.jpg could it be my starting point? thanks again nick
Posted to
Getting Started
(Forum)
by
nnnnnpatel
on 1/22/2007
Re: Getting IIS errors when compiling/running asp.net
Ok, I went ahead and deleted the root web.config and now I only have one web.config in the C:\IList_Warehouse_Solution\Web\ . I Went ahead and create the Virtual Directory to Web folder and I still got the following error: Error 78 It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. C:\IList_WareHouse_Solution\Web\Web.config 42 Is it in my web.config
Posted to
Getting Started
(Forum)
by
nnnnnpatel
on 1/22/2007
Re: Getting IIS errors when compiling/running asp.net
Ok, so should combine both web.configs into one web.config? Do I put it in the root as in IList_Warehouse_Solutions folder? Forgive me for asking dumb questions, I've struggled for about a year and almost have this project done. Here are the full size images: Visual Studio 2005 setup. The web.config under IList_WareHouse_Solution folder is the one defining debugging and window authentication. The web.config under Web folder is the length web.config where I am having the errors. http://www.imagehangar
Posted to
Getting Started
(Forum)
by
nnnnnpatel
on 1/17/2007
Re: Getting IIS errors when compiling/running asp.net
Thanks for Answering back. I have 2 webconfigs so I setup 2 virtual directories in IIS. 1: points to C:\IList_WareHouse_Solution\Web for local path 2: points to C:\IList_WareHouse_Solution for local path It still didn't work. There is an application name when go to IIS properties: Here is the image of my directory layout in visual studio, notice the two web.configs http://www.imagehangar.com/view.php?pic=large/15823800_1169060263.jpg Here is my IIS http://www.imagehangar.com/view.php?pic=small/07448900_1169060575
Posted to
Getting Started
(Forum)
by
nnnnnpatel
on 1/17/2007
Re: Getting IIS errors when compiling/running asp.net
Thanks for Answering back. I have 2 webconfigs so I setup 2 virtual directories in IIS. It still didn't work. There is an application name when go to IIS properties: Here is my web.config in the root directory: <?xml version="1.0"?> <configuration> <appSettings/> <connectionStrings/> <system.web> <compilation debug="true"/> <authentication mode="Windows"/> </system.web> </configuration> This is bizzare. thanks Nick
Posted to
Getting Started
(Forum)
by
nnnnnpatel
on 1/17/2007
Re: Getting IIS errors when compiling/running asp.net
I verified that and it still give me the same errors: I do have 2 web.config. The first web.config is at root level. Here is what my subdirectories look like: Ilist_Warehouse_Solution |______BusinessObject |______DataObject |______... |______... |______Web |______WH |______ web.config file shown below |______ web.config file Here is what my web.config, I think the problem may be coming from line 17 where it says <section name="viewstateservice" l 1 "1.0" ?> 2 3 Note: As an alternative to hand
Posted to
Getting Started
(Forum)
by
nnnnnpatel
on 1/17/2007
Getting IIS errors when compiling/running asp.net
I am getting errors everytime I build or run my project. It is complaining that I need configure my IIS which I have already. The application was running fine, but out of the blue it had an issue. Here is my error message when I complile: Error 76 It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. C:\IList_WareHouse_Solution\Web\Web.config 42 here
Posted to
Getting Started
(Forum)
by
nnnnnpatel
on 1/16/2007
Finding themes and skins
Are there any vendors that sell asp.net (professional looking or any kind ) themes and skins that I can putting into my asp.net project. I'm not a very good design guy. thanks nick
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
nnnnnpatel
on 11/6/2006
Re: String was not recognized as a valid DateTime
I tried the following: DateTime Modifieddate; object Modifieddate_obj = row[ "P_ModifiedDate" ]; if (Modifieddate!= System.DBNull.Value) { Modifieddate = Convert.ToDateTime(); } and got errors saying: Error 11 Operator '!=' cannot be applied to operands of type 'System.DateTime' and 'System.DBNull' C:\IList_WareHouse_Solution\DataObjects\SqlServer\SqlServerProductDao.cs 107 17 DataObjects Error 12 No overload for method 'ToDateTime' takes '0' arguments
Posted to
Getting Started
(Forum)
by
nnnnnpatel
on 10/24/2006
Page 1 of 6 (53 items) 1
2
3
4
5
Next >
...
Last ยป
WindowsClient:
Working with Windows 7 Taskbar Thumbnail Buttons with WPF 4
WindowsClient:
overflow:hidden -- a fix to a CSS problem
TechNet Edge:
Empowering your teams with SharePoint
TechNet Edge:
TechNet Radio: Expert presents: Creating and Executing a Comprehensive 2007 Office Deployment
ASP.NET:
ViewModel Pattern for Silverlight - Options for Hooking a View to its Model
Channel 9:
Rx API in depth: Concat, Catch and OnErrorResumeNext
Channel 10:
PowerPoint Twitter Tools Updated
Channel 10:
Windows Live Messenger Arrives on Nokia Phones
Channel 9:
Peer to Peer Series Part 7: PeerChannel Basics
TechNet Edge:
Visio: Drawing on Experience with Saveen Reddy
TechNet Edge:
Visio: Drawing on Experience with Saveen Reddy
IIS.NET:
URL Rewriter and Reverse Proxy
TechNet Edge:
Forefront Secure Endpoint Demo and Interview
ASP.NET:
Resizing images from the server using WPF/WIC instead of GDI+
Silverlight:
Deploying your Silverlight and WCF RIA Services application
Channel 9:
Juan Chen and Nikhil Swamy: FINE, a Compiler for End-to-End Security Verification
IIS.NET:
DebugFinder
Channel 10:
Get the Outlook Hotmail Connector Beta
Channel 10:
MSN to Launch New Lifestyle Site from Wonderwall Creator
Channel 10:
Behind the Windows 7 Startup Animation
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online