CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums

MS SQL 2008 on ASP.NET Hosting



Can Reply:  No Members Can Edit: No Online: Yes
Zone: > NEWSGROUP > Asp.Net Forum > visual_studio.visual_web_developer_2008_express Tags:
Item Type: NewsGroup Date Entered: 1/16/2008 1:57:15 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 9 Views: 16 Favorited: 0 Favorite
10 Items, 1 Pages 1 |< << Go >> >|
AnshumanT
Asp.Net User
Publishing To the Website.1/16/2008 1:57:15 AM

0/0

Hi:

 

I have already tested the website on the local IIS, and it works. Now When I publish it to a www.website.com/testsite directory, none of the files seem to work.. what am I doing wrong?

 

I want to test the website in a default project directory before going ahead an publishing to the website.This is the Error Below

Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>
 

Careed
Asp.Net User
Re: Publishing To the Website.1/16/2008 3:37:41 AM

0/0

First, for testing purposes only, set customErrors=Off.

Then, in IIS for your testsite directory, make sure that it is an application. 


Christopher Reed
"The oxen are slow, but the earth is patient."
suriyamail001
Asp.Net User
Publishing To the Website.1/16/2008 3:42:00 AM

0/0

Access the site from the main server of ur organization.u will get the error message 

AnshumanT
Asp.Net User
Re: Publishing To the Website.1/16/2008 7:07:25 PM

0/0

 I did change the customErrors = Off in my WebConfig File and uploaded the file to the testsite, I still got the same error as described above. When you say in the IIS for your testsite directory, make sure it is an application, could you explain it a bit more.

 Thanks
 

Careed
Asp.Net User
Re: Publishing To the Website.1/16/2008 8:05:21 PM

0/0

When you go into IIS and drill down to the testsite subfolder.  On the Directory tab, under the Application Settings section, there is a place for the Application name.  If the Create button is next to it, click on it.  Now you have a web application instead of a subweb.


Christopher Reed
"The oxen are slow, but the earth is patient."
AnshumanT
Asp.Net User
Re: Publishing To the Website.1/17/2008 12:28:14 AM

0/0

 Hi:

 

Thanks for you response. I did go into the directory tab as you directed. Under Application Settings I see the Application Name and Remove not Create Button. I did create a virtual directory called TestSite under my www.website.com.

 

This is what the file location shows..c:\inetpub\wwwroot\www.website.org\web.config.

 

Here are my settingts.

C:\Documents and Settings\AnshumanT\My Documents\Visual Studio 2008\Website\Website

start page has been set to Default.aspx.

The place where I would like to test the website is on the server in www.website.com/Tesite/ ....

Maybe I am just going about this the wrong way all together?

 
I am not sure any more..your guidance is greatly apprecicated.

 

AnshumanT
 


 

Careed
Asp.Net User
Re: Publishing To the Website.1/17/2008 1:08:01 PM

0/0

If I understand this correctly, www.website.org is a directory on your web server.  Furthermore, this directory is located under the wwwroot which is the Default Web Site under IIS on your web server.  If this is not correct, please clarify.

Christopher Reed
"The oxen are slow, but the earth is patient."
AnshumanT
Asp.Net User
Re: Publishing To the Website.1/17/2008 6:47:13 PM

0/0

 @Christopher:

 

Thank you for your reply! Yes that would be the correct structure. 

Careed
Asp.Net User
Re: Publishing To the Website.1/23/2008 5:41:25 PM

0/0

So, is the www.website.com directory listed as an application under IIS?

In some cases, it is not always possible to compare a web application in a test subweb to its production website.  If you have an available server, create a test website there for testing.


Christopher Reed
"The oxen are slow, but the earth is patient."
AnshumanT
Asp.Net User
Re: Publishing To the Website.1/26/2008 4:33:13 PM

0/0

 I finally figured the problem out, which existed on the server. The server show that Frontpage Extensions Installed, but it was actually a improper installed.

Secondly the virtual directory that was setup was somehow not under the IIS, setting.

Thirdly I developed under .NET Framework 3.5 and the server had .NET Framework 2.0 installed.

IT is all good now.
 

10 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Create Your Own Website: Using What You Already Know Authors: Scott Mitchell, Pages: 195, Published: 2005
Survey Research and the World Wide Web Authors: Dale Nesbary, Pages: 140, Published: 2000
The Complete E-Commerce Book: Design, Build & Maintain a Successful Web-based Business Authors: Janice Reynolds, Pages: 374, Published: 2004
Microsoft Office FrontPage 2003 for Windows: Visual Quickstart Guide Authors: Nolan Hester, Pages: 462, Published: 2003
FrontPage 2003 All-in-One Desk Reference For Dummies: all-in-one desk reference Authors: John Paul Mueller, Pages: 792, Published: 2004
Beginning XML Authors: David Hunter, Jeff Rafter, Joe Fawcett, Eric Van Der Vlist, Danny Ayers, Jon Duckett, Andrew Watt, Linda McKinnon, Pages: 1039, Published: 2007
How to Cheat at Configuring Isa Server 2004 Authors: Debra Littlejohn Shinder, Thomas Shinder, Pages: 594, Published: 2006
The Small Business Owner's Manual: Everything You Need to Know to Start Up and Run Your Business Authors: Joe Kennedy, Pages: 311, Published: 2005
EBay the Smart Way: Selling, Buying, and Profiting on the Web's #1 Auction Site Authors: Joseph T. Sinclair, Pages: 526, Published: 2004
The Designer's Desktop Manual Authors: Jason Simmons, Pages: 256, Published: 2007

Web:
Publishing Your Web Site On The Internet Find out how easy it is to get a Web site online. Learn how to design it online or off and discover the different ways and different tools that can be used ...
Adobe - Developer Center : Creating your first website – Part 5 ... Dec 17, 2007 ... Creating your first website – Part 5: Publishing your website ... After you create a website, the next step is to publish it by uploading ...
LEARN THE NET: Web Publishing (Use this code: "Learn15" to get a 15% discount on your registration.) Special Section: Build a Website for Your Business. Web Publishing At-a-Glance ...
How to Design and Publish Your Website with Nvu (thesitewizard.com) Tutorial on designing and publishing your web pages with Nvu, a free standalone WYSIWYG web editor.
Samhain Publishing Samhain Publishing Ltd, Ebooks and Books in Print ... Welcome to Samhain Publishing Ltd., founded with a goal of bringing to compulsive readers books that ...
Publishing your website The publishing tool has been developed to enable you as an author to publish from devweb (the new development server, previously testweb) to prodweb (the ...
Self Publishing: Publishing A New Website Aug 21, 2008 ... While it will be a self publishing website, in the sense that I'll be creating and publishing content, it will also include an element of ...
SkyandTelescope.com Sky Publishing, a New Track Media Company Copyright © 2008 New Track Media. All rights reserved. Sky & Telescope, Night Sky, and SkyandTelescope.com are ...
Welcome to the web site of Merit Publishing International, Inc. If you are looking for a specific medical publication, Merit Publishing International is your market source. Produced to the highest quality, ...
Learn how to publish your website When you have developed your site, it needs to be uploaded to a web host. This article explains how to do that.

Videos:
How To Publish an HTML Web Site In Under 5 Minutes An easy way for any beginner to create and publish a basic HTML web site in under 5 minutes.
Nvu: Publishing and Managing Your Web Site Application: Nvu - Publishing and managing your website.
Making and publishing a website on FP Hosting This is a video tutorial it shows you how to create a very simple page and then publish it to the internet. Click here to signup to http://www.fphos...
Information Publishing Using Your Own Website http://infopublishing.com/sbivideos.htm - Information Publishing. Building a website involves a lot of hard work, but if you want to do it, even with...
Designing A Publishing Website Most publishers have websites that don't work to sell their books. If you don't have a way to measure the success of your website in adding to your b...
Why we recommend Wordpress for Small Business In Episode 3 (run time 3 mins 46 sec) of our LocalNa8ion videocast we endorse Wordpress as the best content management system for the small to medium...
Publishing a Website from your home PC .html How to write and publish your own eBook. Let our group of experts lead you step by step ...
Four_Billion_Years_Goes_Gospel_for_broadband.mov Four Billion Years is a song from David Haines's Darwin Songs. Originally known as the Lifetime Project, these were premiered in Dawlish, UK in 2004...
7. Publishing Your Site - Weebly Guide http://weeblyvids.blogspot.com/ has the other 35 Weebly training videos. This video will show you how to publish your Weebly website.
Publishing to the Web Once you have your web space ready, you need to actually publish your web site - get it there for the world to see. This video examines FTP or File T...




Search This Site:










getmodulebydefinition doesn't exist after fresh install of 3.2.2 and 4.0.2

can't display image in gallery

sqldataprovider won't load

e-mail campaign manager release 1.0

download the sigmapro draconis v4.0 beta project

rotating images module in dnn3?

3.0.11 getting unhandled exception when loading module that loaded fine before

help:break points will not be hit!!

module export fails

ais-ec installation problems

nsurvey v1.6 for dnn 2.1.x and 3.0 beta released

sorting a datagrid

export datagrid to excel ! file open error......

portal reference problem?

new custom forms module - in design...add your input

feature requests

gallery module error

looking for a module...

security question - how dnn prevents direct access to edit via a url/id?

sports pool module

webmail pro 1.2 beta issue

dynamicly changing module titles

timetracker for dnn3.x

any idea how to display a statusbar in a module for timeintensive processes?

browser/os check?

please help: multi-interface module

installing and uninstalling modules problems

mypage (my yahoo) customization

product registration module

any sitemaps for dnn 3?

  Privacy | Contact Us
All Times Are GMT