473,791 Members | 3,154 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Publishing web site

I tried to publish on my address 'philippewarein .com' a minimal site.
There is only one page, with some words : "This is my first site"
This is the HTML code of this page, code created by Visual Studio 2005 :

<%@ Page Language="VB" AutoEventWireup ="false" CodeFile="Defau lt.aspx.vb"
Inherits="_Defa ult" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dt d">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>Untitl ed Page</title>
</head>
<body>
<form id="form1" runat="server">
<div>
This is my first site...</div>
</form>
</body>
</html>

I publish using 'Build/Publish Website' and after : 'Remote Site' on
'philippewarein .com'.
After publishing, I try to read site on 'philippewarein .com'
Try this url : "Server Error in '/' Application"

I contacted technic assistance of '1&1'. They say that all is good if I cut
'inherits="_Def ault, App_Web_1rxgpck v" on the aspx page.
Why ? A site cannot function as VisualStudio build it ?
Must I change someteing in 'Config.web' file, or change an option before
publishing ?
Or is it '1&1 Internet SARL' which do not do his job ?

Here is my 'web.config' file :

<?xml version="1.0"?>
<configuratio n>
<appSettings/>
<connectionStri ngs/>
<system.web>
<compilation debug="false" strict="false" explicit="true" />
<pages>
<namespaces>
<clear />
<add namespace="Syst em" />
<add namespace="Syst em.Collections" />
<add namespace="Syst em.Collections. Specialized" />
<add namespace="Syst em.Configuratio n" />
<add namespace="Syst em.Text" />
<add namespace="Syst em.Text.Regular Expressions" />
<add namespace="Syst em.Web" />
<add namespace="Syst em.Web.Caching" />
<add namespace="Syst em.Web.SessionS tate" />
<add namespace="Syst em.Web.Security " />
<add namespace="Syst em.Web.Profile" />
<add namespace="Syst em.Web.UI" />
<add namespace="Syst em.Web.UI.WebCo ntrols" />
<add namespace="Syst em.Web.UI.WebCo ntrols.WebParts " />
<add namespace="Syst em.Web.UI.HtmlC ontrols" />
</namespaces>
</pages>
<authenticati on mode="Windows" />
</system.web>
</configuration>

Thanks for your attention

Philip
Mar 4 '06 #1
1 1405
Visit my site and contact me. It is not you its them.

--
Get a powerful web, database, application, and email hosting with KJM
Solutions
http://www.kjmsolutions.com

"philip" <ph**@philippe. com> wrote in message
news:44******** *************** @news.wanadoo.f r...
I tried to publish on my address 'philippewarein .com' a minimal site.
There is only one page, with some words : "This is my first site"
This is the HTML code of this page, code created by Visual Studio 2005 :

<%@ Page Language="VB" AutoEventWireup ="false" CodeFile="Defau lt.aspx.vb"
Inherits="_Defa ult" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dt d">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>Untitl ed Page</title>
</head>
<body>
<form id="form1" runat="server">
<div>
This is my first site...</div>
</form>
</body>
</html>

I publish using 'Build/Publish Website' and after : 'Remote Site' on
'philippewarein .com'.
After publishing, I try to read site on 'philippewarein .com'
Try this url : "Server Error in '/' Application"

I contacted technic assistance of '1&1'. They say that all is good if I
cut 'inherits="_Def ault, App_Web_1rxgpck v" on the aspx page.
Why ? A site cannot function as VisualStudio build it ?
Must I change someteing in 'Config.web' file, or change an option before
publishing ?
Or is it '1&1 Internet SARL' which do not do his job ?

Here is my 'web.config' file :

<?xml version="1.0"?>
<configuratio n>
<appSettings/>
<connectionStri ngs/>
<system.web>
<compilation debug="false" strict="false" explicit="true" />
<pages>
<namespaces>
<clear />
<add namespace="Syst em" />
<add namespace="Syst em.Collections" />
<add namespace="Syst em.Collections. Specialized" />
<add namespace="Syst em.Configuratio n" />
<add namespace="Syst em.Text" />
<add namespace="Syst em.Text.Regular Expressions" />
<add namespace="Syst em.Web" />
<add namespace="Syst em.Web.Caching" />
<add namespace="Syst em.Web.SessionS tate" />
<add namespace="Syst em.Web.Security " />
<add namespace="Syst em.Web.Profile" />
<add namespace="Syst em.Web.UI" />
<add namespace="Syst em.Web.UI.WebCo ntrols" />
<add namespace="Syst em.Web.UI.WebCo ntrols.WebParts " />
<add namespace="Syst em.Web.UI.HtmlC ontrols" />
</namespaces>
</pages>
<authenticati on mode="Windows" />
</system.web>
</configuration>

Thanks for your attention

Philip

Mar 4 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
2013
by: Doc | last post by:
I'm trying to get to the bottom of a problem I've been having with publishing a freebie website. I'm using a program called WebEasy. Using a very simple site upload as an example, in this case a picture of a couple of antique chairs. I paste a single .jpg image, and save the web page file, which gets saved as an .alb file. Then, after choosing the "build website" function, the following files are found in the folder for the website:
0
996
by: John Bailey | last post by:
Okay, I am publishing a site done in ASP .Net 2.0. The site runs fine locally from source, I am publishing it mainly because two of the report assemblies do not come up on Crystal Tech when running from the source (Microsoft.ReportViewer.Common being one of them). The site will eventually publish, but only two assemblies get published! None of the other pages or user controls publish even though the site builds just fine. Is there any...
0
1303
by: tiendq | last post by:
Hi, My web application using a Http handler to handle request for *.aspx page in a specific folder e.g. /Articles , which generate requested page dynamically. It worked well. But when I publishing my website with final version, so I uncheck "Allow this precompiled site to be updatable" checkbox in Web Site Publishing dialog, error occured! Whenever I request a "non-existed" ..aspx page in /Articles folder, instead of Http handler will...
3
1456
by: Mark Olbert | last post by:
I was able to publish my first ASPNET2 site to my hosting server earlier today without any problems. I gave it the name of subdirectory that would hold the site, entered my ftp password (even though I told it to upload it to http://www.mysite...), hit okay and away it went. Now all of a sudden it isn't working. When I try to upload, I do everything exactly the same and yet the password gets rejected. I've tried deleting the entire...
3
1658
by: EqDev | last post by:
Hello I have set up a new windows server 2003 standard edition for training (on new software we have developed) and am having problems publishing webs to it from VS 2005. I have a C# Web Service and a test web site. I can publish to other servers but not the one for training. Notice that the message states that publish succeeded, but no files are copied.
1
1457
by: thavaht | last post by:
I recently began drawing dynamic pages using PHP + MYSQL. I’m developing the site on windows XP / Apache 1.3.34 / PHP 5.1.2 as a testing server. My publishing server is on another machine on the same network running Fedora Core 3, Apache 2.0.53 (fedora), PHP 4.3.9. MYSQL Server version is 4.0.27 and it is installed on the Linux machine. I’m using the same mysql for testing and for publishing. The connection to mysql server is successfully...
5
1875
by: rmgalante | last post by:
I've been using the VS2005 Publish utility on one of my projects for about six months. I have a large site with hundreds of files, thousands if you include the code behind files. So I thought I'd use the publish utility and pre-compile my site, but make it updateable. I thought I would be increasing the access time for each page. Here is what I've found. 1. If I publish a pre-compiled, updateable version of the site, it takes 50...
2
6377
by: Max2006 | last post by:
Hi, After I right-click on my web application project file and choose "Publish ." and do the publishing, the result publishable files does not include the *.ashx files. Is it by design? How can I add *.ashx files to the publish target?
0
1321
by: ronald.chis | last post by:
Iwebs v1.2 - Open Source Web-Publishing Platform for Bloggers and website builders available Now- (Sept 16-2008) With more updations iwebs version 1.2 can be downloaded here - http://webs.investorline.co.in/. Features The following is a list of some of the features that come standard
0
9517
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10428
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10207
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10156
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9997
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9030
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7537
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6776
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
4110
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.