It seems you just cobbled up a bunch of components and expect it to work. That aint gonna happen, not in this power electronics category, not at all.
Let's analyze it a little: You need a 100W at 120V. Thats fine, 0.83A output current. Estimating the efficiency to 85% (just pulled out of my finger), the input power will be 120W, meaning input current will be 3.75A at 32V. Also fine.
Assuming the converter shall work at CCM (continuous current mode through inductor), a duty cycle of about 80% is required. Input voltage (32V) is applied for 80% of period of 17.92kH, that is for about 45us, the inductor current will rise for 96A. Ninety six fucking amps! Thats your problem. The inductor is extremely saturated. You be glad the mosfet didn't get blown into pieces.
So, to do it the correct way: Use higher switching frequency. Because we can and because 18kHz is hilariously slow for a 2017. So we choose 60kHz as the optimal value.
Now for a 30% current ripple through the inductor, the deltaI = 0.3 * 3.75A = 1.125A.
The duty cycle is calculated as k = Uout / (Uin+Uout) for a boost converter in CCM, co we have the above mentioned 80%.
Using the stadard U = L * di/dt formula, we can calculate the reqiured inductor for this converter:
L = U * dt/di = U*k / (f*di) = 32 * 0.8 / 60000 / 1.125 = 380uH
Now you see, you have the inductance value quite substantialy out of reality. So either you have to get a proper inductor for it (standard value of 330uH will do absolutely fine, as the ripple current can usually be even 50% or more for ferrite core inductors)
or... you have to up your switching frequency VERY HIGH to be able to use your 15uH inductor, which I do NOT recommend, as it would require about 900kHz switching frequency (at 50% current ripple, and that possibly might overheat the inductor due to core loss as well)
Bottomline: The above calculation of the boost converter is overly simplified. But it will get you at least some real component values.
Get yourself a 330uH inductor rated for 5Arms and at least 5A Isat, up the frequency to 60kHz and you'll be fine.
//EDIT: I've just noticed what crazy overkill you use for the mosfet and diode... Just pure why... 200V mosfet rated for 10A like even the good old IRF640 has to do it, maybe you can select a more recent type with lower Rds, to keep the conductive power loss down. Diode rated for 200V 3A is more than enough. Select a one with low Qrr.