I have set up a new Instance of Umbraco (download from this page) and uploaded it to my server. The installation went fine (mySQL-DB).
I created a DocumentType. But I can't edit the template. I first thought that it is the permissions, but I gave Full Controll to the User Group "Everyone" and I still have the same problem.
The files mentioned in the javascript-error-message are present in the folder on the server.
Agree, It definitely sounds like a server configuration issue.
If you open "Server Manager" (right click My Computer, select Manage)
Under Roles, make sure you have appropriate roles set under "Common HTTP Features" and "Application Development", I think I have nearly all of them on my dev machine.
You could try running aspnet_iisreg too. It's in a location like "c:\windows\Microsoft .NET\Framework64\v4.0.30319" (depending on the framework version)
aspnet_regiis -i
Hope something there helps.
I'd be interested to know the issue if you manage to solve it.
Problem after Setting up Umbraco
Hi,
I have set up a new Instance of Umbraco (download from this page) and uploaded it to my server. The installation went fine (mySQL-DB).
I created a DocumentType. But I can't edit the template. I first thought that it is the permissions, but I gave Full Controll to the User Group "Everyone" and I still have the same problem.
The files mentioned in the javascript-error-message are present in the folder on the server.
Any ideas what I could try?
Just found out that the contextmenu-modal doesn't work either.
Looks more like you are missing some files (umbraco/settings/views/EditView.aspx and umbraco/create.aspx)
But the files are there. For some reason they can't be refrenced.
This applies only for aspx files.
Hi NDDT,
Is the Umbraco instance set up in a virtual directory? (eg. http://domain.com/virtual-directory/ )
I think this would cause path issues like you're experiencing, at least in past versions.
Have you tried setting it up on a domain?
Yes it is. Thank you.
I will try out the domain, and report back.
I have routet a domain to the new server.
Sadly the problem persists. It has to be some configuration of IIS or the server that is causing this.
So it turns out, that I had to add Handler Mappings for aspx after installing "HTTP Activation".
Sadly I get this error now: Could not load type 'IsapiModule'.
Umbraco is running now.
Plesk has a button to do this after switching to advanced mode.
I don't know what it does but it works :)
Agree, It definitely sounds like a server configuration issue.
If you open "Server Manager" (right click My Computer, select Manage) Under Roles, make sure you have appropriate roles set under "Common HTTP Features" and "Application Development", I think I have nearly all of them on my dev machine.
You could try running aspnet_iisreg too. It's in a location like "c:\windows\Microsoft .NET\Framework64\v4.0.30319" (depending on the framework version)
Hope something there helps. I'd be interested to know the issue if you manage to solve it.
Dan
It is resolved. I posted right before u ;) Thanks for your help :)
is working on a reply...