4
When publishing to the server (iis 7.5) the application:
Eu tenho isso => http://meuip:8086
Mas preciso disso => http://meuip:8086/portal
when or if created the iis directory with the name "portal" and converted to application is generated a url error, because in the source are not like this, url example in the source:
em JS:
var url = "/Portaria/Recado/Listar";
em C#:
action="~/Gerenciamento/UsuarioExterno/Cadastro/0"
in C# the redirect even works when created in iis a subdirectory, but css and js do not, because in the source the "/portal/" does not exist.
It would not be the case to create the /Portal as an application within the site :8086 ???
– Leandro Angelo
When created the /Portal inside Novoportal and converted into app I have an error in the URL’s, because my css and script do not have the "/portal". Hence the url comes "http://meuip:8086/meucss" and that path does not exist. There is now "/portal"
– Danielle Arruda torres