Closed Moataz-E closed 8 years ago
Try to add a site name for your website (--site-name=
Hi,
I am still getting the same issue. The following is the generated web.config before the program crashes:
`<?xml version="1.0" encoding="UTF-8"?>
Also, when I add the --skip-fastcgi option to skip that point of failure, I get the following error:
ERROR ( message:Failed to add duplicate collection element
Seems like it is similar to the duplicate error mentioned earlier, where could these duplicates possibly be?
It looks like the site already exists - but I guess you checked that already. Can you check if anything has been added at all in IIS? Ah, and also use the --skip-config option, as the config has been created, obviously - otherwise you have to delete it after each try.
Actually, I found what the issue is. It turns out there is an Application Pools in IIS Manager which already contained records for what I was trying to create, and delete didn't correctly dispose of these records.
Ok, good to hear. Can we close this issue, then?
Issue closed, thanks a lot!
yes issue closed
Hi,
I am trying to deploy my django application on windows but I am currently running into an issue when I run this command in an admin-privilaged windows powershell:
Can anyone provide help with what might be causing this issue?