WebSite X5Help Center

 
Matteo M.
Matteo M.
User

Cartella web.config  it

Autor: Matteo M.
Visitado 1868, Followers 1, Compartido 0  
Tags: config,web

buongiorno, dopo aver costruito il sito con website, il servizio di hosting mi dice che manca la cartella "web.config". volevo sapere se il programma crea in automatico questa cartella oppure devo fare in altra maniera! grazie!

Publicado en
6 RESPUESTAS
CRG Grafica E Webdesign
CRG Grafica E Webdesign
User

Non mi risulta che il programma crei una cartella del genere quando pubblichi il sito.....a menochè non hai inserito qualche codice esterno che la richieda

.......secondo me è una qualche cartella che deve già stare nello spazio web che hai acquistato

Leer más
Publicado en de CRG Grafica E Webdesign
Matteo M.
Matteo M.
User
Autor

l'errore che mi da è questo:

Server Error in '/' Application.


Runtime ErrorDescription: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. 

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

<!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration>
Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

<!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/> </system.web> </configuration>

Leer más
Publicado en de Matteo M.
CRG Grafica E Webdesign
CRG Grafica E Webdesign
User

così da come è scritto.......ti conviene contattare il gestore del tuo spazio web

Leer más
Publicado en de CRG Grafica E Webdesign
Matteo M.
Matteo M.
User
Autor

infatto gli ho telefonato e mi dicevano che era tutto perfetto tranne che manca questo file web.config, senza il quale il sito non parte...tu per caso hai idea di come dovrebbe essere questo file?

grazie mille per la gentilezza!

Leer más
Publicado en de Matteo M.
Matteo M.
Matteo M.
User
Autor

ok grazie mille!

Leer más
Publicado en de Matteo M.