DWG TrueView
Welcome to Autodesk’s DWG Trueview Forums. Share your knowledge, ask questions, and explore popular DWG Trueview topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

DWG and MIME Types

1 REPLY 1
Reply
Message 1 of 2
Anonymous
5603 Views, 1 Reply

DWG and MIME Types

Hello,
I have .dwg file on the server. When attempting to view over the web on IE
6. I get a message that says:
"Drawing File Format Unrecognized: {url of page attempting to load dwg
file}"

I have IIS 5.0 and have set the MIME type on the server to this:
"image/vnd.dwg"

On the page where I get the file this is the code:

Response.ContentType="image/vnd.dwg"
Response.BinaryWrite {file}
1 REPLY 1
Message 2 of 2
Anonymous
in reply to: Anonymous

Do you have a 'viewer' installed at all for IE to view the file
type DWG?

--
Dean Saadallah
www.pendean.com
---
"M Crone" wrote in message
news:FB24F82DA86759599147F46DBA892E74@in.WebX.maYIadrTaRb...
> Hello,
> I have .dwg file on the server. When attempting to view over
the web on IE
> 6. I get a message that says:
> "Drawing File Format Unrecognized: {url of page attempting to
load dwg
> file}"
>
> I have IIS 5.0 and have set the MIME type on the server to
this:
> "image/vnd.dwg"
>
> On the page where I get the file this is the code:
>
> Response.ContentType="image/vnd.dwg"
> Response.BinaryWrite {file}
>
>
>

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report