Mixing compiled and uncopmiled pages

  • Thread starter Thread starter JJ
  • Start date Start date
J

JJ

If I provide someone with a compiled page (i.e. an aspx and dll file) to
drop into their site, will it work ok if the rest of the site is uncompiled
(i.e. no dll's)?

Thanks
JJ
 
So making a bin directory and dropping the dll part in there for that
particular page won't work?


Eliyahu Goldin said:
No. There is no even a bin directory to put the dll in.

--
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net


JJ said:
If I provide someone with a compiled page (i.e. an aspx and dll file) to
drop into their site, will it work ok if the rest of the site is
uncompiled (i.e. no dll's)?

Thanks
JJ
 
Shouldn't.

--
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net


JJ said:
So making a bin directory and dropping the dll part in there for that
particular page won't work?


Eliyahu Goldin said:
No. There is no even a bin directory to put the dll in.

--
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net


JJ said:
If I provide someone with a compiled page (i.e. an aspx and dll file) to
drop into their site, will it work ok if the rest of the site is
uncompiled (i.e. no dll's)?

Thanks
JJ
 
Shouldn't, but would it work ok?
I don't want to provide my source code, only want ot provide it in compiled
form.



Eliyahu Goldin said:
Shouldn't.

--
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net


JJ said:
So making a bin directory and dropping the dll part in there for that
particular page won't work?


Eliyahu Goldin said:
No. There is no even a bin directory to put the dll in.

--
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net


If I provide someone with a compiled page (i.e. an aspx and dll file)
to drop into their site, will it work ok if the rest of the site is
uncompiled (i.e. no dll's)?

Thanks
JJ
 
Shouldn't means I am confident it won't but I didn't try it myself.

--
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net


JJ said:
Shouldn't, but would it work ok?
I don't want to provide my source code, only want ot provide it in
compiled form.



Eliyahu Goldin said:
Shouldn't.

--
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net


JJ said:
So making a bin directory and dropping the dll part in there for that
particular page won't work?


message No. There is no even a bin directory to put the dll in.

--
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net


If I provide someone with a compiled page (i.e. an aspx and dll file)
to drop into their site, will it work ok if the rest of the site is
uncompiled (i.e. no dll's)?

Thanks
JJ
 
Theoretically, I don't see why it shouldn't work - after all, the pages are
compiled prior to the browser viewing them - why would pre-compiling one of
the pages not work?


Eliyahu Goldin said:
Shouldn't means I am confident it won't but I didn't try it myself.

--
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net


JJ said:
Shouldn't, but would it work ok?
I don't want to provide my source code, only want ot provide it in
compiled form.



Eliyahu Goldin said:
Shouldn't.

--
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net


So making a bin directory and dropping the dll part in there for that
particular page won't work?


message No. There is no even a bin directory to put the dll in.

--
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net


If I provide someone with a compiled page (i.e. an aspx and dll file)
to drop into their site, will it work ok if the rest of the site is
uncompiled (i.e. no dll's)?

Thanks
JJ
 
Theoretically, I don't see why it shouldn't work - after all, the pages are
compiled prior to the browser viewing them - why would pre-compiling one of
the pages not work?

message

Shouldn't means I am confident it won't but I didn't try it myself.
--
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
JJ said:
Shouldn't, but would it work ok?
I don't want to provide my source code, only want ot provide it in
compiled form.
messageShouldn't.
--
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
So making a bin directory and dropping the dll part in there for that
particular page won't work?
messageNo. There is no even a bin directory to put the dll in.
--
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
If I provide someone with a compiled page (i.e. an aspx and dll file)
to drop into their site, will it work ok if the rest of the site is
uncompiled (i.e. no dll's)?
Thanks
JJ- Hide quoted text -

- Show quoted text -

Gosh, JJ, why don't you TRY it and then let us know if it worked.
 
Back
Top