[ vampslayer @ 17.09.2011. 15:44 ] @
Evo ovako. Imam dreamweaver 8, i mogu da kreiram new asp.net c# file.
I mogu da vidim u design modu preview-u moje stranice. Sve izgleda normalno, ali kad pokrenem stranicu na f12 dobijem ovo:
This page contains the following errors:
error on line 1 at column 2: StartTag: invalid element name
Below is a rendering of the page up to the first error.

Znaci bilo koji sadrzaj stranice mi nece da otvori.Evo recimo samo rijec "Hello" unutar body-a.
A u design modu sve se vidi i izgleda kako treba.
Code:

<%@ Page Language="C#" ContentType="text/html" ResponseEncoding="iso-8859-1" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>
<body>
Hello World
</body>
</html>


Jel zna netko kako da popravim ovaj problem
[ Ljubiša Begović @ 17.09.2011. 16:07 ] @
A jesi li definisao Dreamweaver site? Ne može bez toga, html može, ali php, asp ne, treba im server.
[ vampslayer @ 17.09.2011. 18:26 ] @
Da, Za "server model" sam odabrao ASp.Net C# a za "Access" sta god da odabarem opet isto.
sad sam nesto supao po tom serveru i sad kad otvorim ovu stranicu "http://localhost/Untitled-1.aspx"(to je ta hello stranica)
dobijem ovo:
Server Application Unavailable

The web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh" button in your web browser to retry your request.

Administrator Note: An error message detailing the cause of this specific request failure can be found in the application event log of the web server. Please review this log entry to discover what caused this error to occur.