-
I don't know what files to exclude from the new website that I need to create
Hi!
I have worked with Visual Studio 2005, ASP.Net and C# for just a few months.
The Visual Studio 2005 trial period ended so I downloaded the Visual Web Developer as suggested and I have been told that I need to create a new website because Visual Web Developer does not support web application projects. I need clarification on what it is that I need to eliminate from the web application project. Some new files got created in Visual Studio 2005 (i.e. .aspx.designer.cs files for each .aspx, .aspx.cs, .aspx resources grouping). Would I include those in the new website? What files do I exclude from the new website project?
Thanks!!!
-
I'm not sure, but I think you'd include everything except the .csproj and .sln files.
Phil Weber
http://www.philweber.com
Please post questions to the forums, where others may benefit.
I do not offer free assistance by e-mail. Thank you!
-
What about the web.config files? I ended up having to remove it from the main webfolder on the website to get any pages to display.
-
I think web.config files are optional in Visual Web Developer. If your site works without it, then you don't need one.
Phil Weber
http://www.philweber.com
Please post questions to the forums, where others may benefit.
I do not offer free assistance by e-mail. Thank you!
-
I don't know what files to exclude from the new website that I need to create
Hi!
I excluded the Debug folder, the files from the bin folder, the .csproj file and the .sln file. I got a whole slew of errors until I added back the FreeTextBox.dll file to the bin folder. I have one last error:
Error 1 'Furniture.Admin.admin_addnewproducts,App_Web_dqk773cr' is not a valid value for attribute 'inherits'. C:\Furniture\Admin\admin_addnewproducts.aspx 1
Line 1 in the file admin_addnewproducts.aspx is the following:
<%@ page language="c#" validaterequest="false" CodeFile="admin_addnewproducts.aspx.cs" inherits="Furniture.Admin.admin_addnewproducts,App_Web_dqk773cr" %>
How do I fix that problem?
Thanks for everything!!!
Similar Threads
-
Replies: 0
Last Post: 04-04-2003, 06:25 PM
-
By Mansoor in forum Enterprise
Replies: 2
Last Post: 09-10-2002, 10:38 PM
-
By Steve Oliver in forum VB Classic
Replies: 0
Last Post: 07-26-2002, 12:30 PM
-
By DAVID king in forum VB Classic
Replies: 2
Last Post: 04-27-2001, 02:39 PM
-
By Strider in forum ASP.NET
Replies: 2
Last Post: 08-31-2000, 02:06 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|