>> and when I look at the code it look as if there is no css code at all
What do you mean with this? Your CSS should be in a separate file, so what does "no CSS" mean? Is the file empty? Is no file returned? Is the HTML missing a link to the CSS file? Fiddler should tell you this; it should list missing files (a 404) in red.
>> I thoght that i was able to use my pc as sever so that e.g you vil be able to open it from your pc
Technically, yes. However, your PC then also needs to be accessible over the Internet which is unlikely.
If you want our help, please provide more information, such as:
1. The way you set up the site in IIS
2. The exact address in the browser's address bar
3. The final HTML for the first page in the browser
4. What you get when you browse to the URL from the site (from step 2) including the CSS file (e.g. something like
http://localhost/App_Data/Monochrome.css where
http://localhost/ is the URL for your site from step2)
Cheers,
Imar