|
|
Rank: Newbie
Joined: 2/24/2008 Posts: 7
|
I retrive this error during my first Umbraco installation with Creative Wizard Starter Kit:
"Una pagina può contenere solo un tag Form del lato server." that in english could look like "The page can contain only one tag Form on the server side"
Did I have to remove some component before installing the starter kit?
And what can i solve the problem?
|
|
 Rank: Umbracoholic
Joined: 9/8/2006 Posts: 1,831 Location: MA, USA
|
Hi, Angelo, If you installed the Creative Website Wizard after you'd already made document types and templates it is possible that you have a conflict. Look for <?ASPNET_FORM>...</?ASPNET_FORM> in your templates. This might be in your master template and then again in one of the creative website templates. You can't have one ASPNET_FORM inside another. Simply remove or comment out the form you don't need. cheers, doug.
MVP 2007-2009 - Percipient Studios
|
|
Rank: Newbie
Joined: 2/24/2008 Posts: 7
|
I have some trouble to figure out the place where the current template is stored. My umbraco space is unusable by now, i have to find inside VS2005 where the template is executed.
|
|
Rank: Newbie
Joined: 2/24/2008 Posts: 7
|
I have installed my umbraco on Windows Vista, just following the instruction of the umbraco's book. The only think I did differently, was the location where I stored the source code. My installation path is c:\inetpub\wwwroot\umbraco, not c:\inetpub\wwwroot\. For this reason, I have to lounch http:\\localhost\umbraco\umbrco for enter the site.
Now I am ready to go!
|
|
 Rank: Umbracoholic
Joined: 9/8/2006 Posts: 1,831 Location: MA, USA
|
Umbraco does not run from a virtual directory, or a subdirectory. No matter where you install the umbraco files on your server, you must set that folder to the root of your IIS website. http://localhost/install should launch the umbraco setup wizard. http://locahost/umbraco should launch the admin interface page. Trying to run umbraco from a virtual or sub-directory will cause a lot of problems. Some are very minor, and others quite obvious. The problems you have with the Website Wizard are most probably due to not running umbraco in the root of the website. cheers, doug.
MVP 2007-2009 - Percipient Studios
|
|
Rank: Newbie
Joined: 2/24/2008 Posts: 7
|
Thanks a lot! this night I'll try. To bette understand your suggestion I need more knowledge IIS functionality. For example I do not understand what you mean for virtual directory. But It is not important at the moment.
Qut another question arise: couse of Umbraco must be stored into the root of IIS, how a server can run several site?
|
|
 Rank: Umbracoholic
Joined: 9/8/2006 Posts: 1,831 Location: MA, USA
|
If you're running on XP, you can only have one site running at a time. That's just a limit to XP's version of IIS. Check out http://www.umbraco.org/documentation/books/install-umbraco-30-on-windows-xp/configure-iis for details on how to configure IIS on XP, as well as a link to a tool that makes it much easier to switch among multiple sites on XP. On Vista and Windows Servers, though, you can run multiple websites at the same time.
MVP 2007-2009 - Percipient Studios
|
|
|
Guest |